| 1. | H . inserting data by using the top clause H .通过使用top子句插入数据 |
| 2. | How to : specify the top clause in queries 如何:在查询中指定top子句 |
| 3. | E . using delete with the top clause 使用带有top子句的delete |
| 4. | For more information about the top clause , see the sql server documentation 有关top子句的更多信息,请参见sql server文档。 |
| 5. | This report illustrates a dataset with queries containing the top clause 此报表说明了一个带有查询(其中包含top子句)的数据集。 |
| 6. | You can use the top clause to limit the number of rows that are deleted in a delete statement 可以使用top子句限制delete语句中删除的行数。 |
| 7. | An order by clause , unless there is also a top clause in the select list of the select statement Order by子句,除非在select语句的选择列表中也有一个top子句。 |
| 8. | The order by clause is used only to determine the rows that are returned by the top clause in the view definition Order by子句仅用于确定视图定义中的top子句返回的行。 |
| 9. | It cannot include a compute or for browse clause , and may only include an order by clause when a top clause is also specified 它不能包含compute或for browse子句,如果同时指定了top子句,则只能包含order by子句。 |
| 10. | When order by is used in the definition of a view , inline function , derived table , or subquery , the clause is used only to determine the rows returned by the top clause 在视图定义中使用order by时,该子句仅用于确定用top子句返回的行。 |